home *** CD-ROM | disk | FTP | other *** search
/ Tandy Sensation 2 / Tandy Sensation II System.iso / prodigy / script.y < prev    next >
Text File  |  1990-03-29  |  368b  |  20 lines

  1. /* 3/15/90 */
  2. /* Tymnet connect script 1200 2400 */
  3. sleep {27}
  4. set_retries 10
  5. :START
  6. send {a}
  7. set_timeout 18
  8. receive {please log in:} goto SENDLOGIN
  9. retry START
  10. return 29  {No response from TYMNET}
  11. :SENDLOGIN
  12. set_retries 1
  13. :SENDLOGIN1
  14. sendln {prodigy}
  15. set_timeout 50
  16. receive {connect} goto END
  17. retry SENDLOGIN1
  18. return 46  {Can not access host}
  19. :END
  20.